.main {
  width: 1400px;
  height: auto;
  margin: 0 auto;
}

.tt {
  width: 100%;
  height: 131px;
  background: url(../img/tt_bg.png) no-repeat center;
  margin-top: 35px;
  padding: 30px 70px;
}

.tt .tt_t_top {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tt .tt_t_top a {
  text-align: center;
  font-size: 32px;
  color: #d82430;
  font-weight: 550;
  display: block;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tt .tt_t_bot {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tt .tt_t_bot a {
  display: block;
  width: 25%;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #868686;
}

.tt .tt_t_bot a:nth-child(2) {
  width: 40%;
}

.yw {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.yw .yw_lf {
  width: 700px;
  height: auto;
}

.swiper1 {
  width: 700px;
  height: 620px;
}

.swiper1 .swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper1 .swiper-slide .foc_img {
  width: 100%;
  height: 475px;
}

.swiper1 .swiper-slide .foc_img img {
  width: 100%;
  height: 100%;
}

.swiper1 .swiper-slide .new_txt {
  width: 100%;
  height: 145px;
  background: #FAFAFA;
  padding: 28px 42px 28px 18px;
}

.swiper1 .swiper-slide .new_txt .tit {
  font-size: 24px;
  color: #242424;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 550;
}

.swiper1 .swiper-slide .new_txt .des {
  font-size: 18px;
  color: #a2a2a2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination1,
.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination1,
.swiper-pagination-custom.swiper-pagination1,
.swiper-pagination-fraction.swiper-pagination1 {
  bottom: 180px;
}

.swiper-pagination1 .swiper-pagination-bullet {
  width: 45px;
  height: 5px;
  border-radius: 0%;
  background-color: #fff;
  opacity: 1;
}

.swiper-pagination1 .swiper-pagination-bullet-active {
  background-color: #D9262A;
  opacity: 1;
}

.swiper-button-next1:after,
.swiper-rtl .swiper-button-prev1:after {
  content: "";
  display: block;
  width: 22px;
  height: 40px;
  background: url(../img/arrow_rig.png) no-repeat center;
}

.swiper-button-prev1:after,
.swiper-rtl .swiper-button-next1:after {
  content: "";
  display: block;
  width: 22px;
  height: 40px;
  background: url(../img/arrow_lef.png) no-repeat center;
}

.swiper-button-next1,
.swiper-button-prev1 {
  width: 22px;
  height: 40px;
  top: 40%;
}

.yw .yw_lf .video_box {
  width: 100%;
  height: 260px;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}

.yw .yw_lf .video_box a {
  display: block;
  width: 345px;
  height: 100%;
  position: relative;
}

.yw .yw_lf .video_box a::after {
  content: "";
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  left: 10px;
  bottom: 20px;
  background: url(../img/bf_icon.png) no-repeat center;
}

.yw .yw_lf .video_box a img {
  width: 100%;
  height: 100%;
}

.yw .yw_rt {
  width: 660px;
}

.yw .yw_rt .tab-box {
  width: 100%;
}

.tab-box .hd {
  width: 100%;
  border-bottom: 1px solid #ECECEC;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.tab-box .hd ul li {
  float: left;
  cursor: pointer;
}

.tab-box .hd ul li:nth-child(2) {
  margin-left: 40px;
}

.tab-box .hd ul li a {
  font-size: 26px;
  color: #b5b5b5;
}

.tab-box .hd ul li.on {
  position: relative;
}

.tab-box .hd ul li.on::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #d82430;
  bottom: -10px;
}

.tab-box .hd ul li.on a {
  color: #d82430;
  font-weight: 550;
}

.tab-box .bd ul li {
  width: 100%;
  height: 78px;
  /* line-height: 85px; */
  border-bottom: 1px solid #F3F3F3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 20px;
}

.tab-box .bd ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  background-color: #B1B1B1;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.tab-box .bd ul li a {
  font-size: 20px;
  color: #333;
  display: block;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tab-box .bd ul li a:hover {
  color: #d82430;
  font-weight: 550;
}

.tab-box .bd ul li span.date {
  font-size: 18px;
  color: #acacac;
}

.more {
  font-size: 18px;
  color: #555;
}

.hwqj {
  margin-top: 35px;
}

.srxxgc {
  width: 1400px;
  height: 96px;
  margin-top: 30px;
}

.srxxgc img {
  width: 100%;
  height: 100%;
}

.tzzt {
  width: 100%;
  height: 766px;
  background: url(../img/tzzt_bg.png) no-repeat center;
  margin-top: 38px;
  padding: 60px 0 95px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tzzt_cont {
  width: 1400px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.tzzt_cont .list_nor .tit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #E3E4E7;
}

.tzzt_cont .list_nor .tit .t_tit {
  font-size: 26px;
  color: #d82430;
  position: relative;
}

.tzzt_cont .list_nor .tit .t_tit::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #d82430;
  bottom: -10px;
}

.tzzt_cont .list_nor .cont {
  margin-top: 30px;
}

.tzgg {
  width: 546px;
}

.tzgg .cont {
  width: 100%;
}

.tzgg .cont ul li {
  width: 100%;
  height: 120px;
  background-color: #fff;
  padding: 34px 50px 35px 26px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all .5s;
}

.tzgg .cont ul li:nth-child(n+2) {
  margin-top: 19px;
}

.tzgg .cont ul li:hover {
  background-color: #D82430;
}

.tzgg .cont ul li .date_d {
  padding-right: 38px;
  border-right: 1px solid #E5E5E5;
}

.tzgg .cont ul li .date_d .md {
  font-size: 26px;
  color: #787878;
  white-space: nowrap;
}

.tzgg .cont ul li .date_d .y {
  font-size: 18px;
  color: #acacac;
  margin-top: 6px;
}

.tzgg .cont ul li .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #242424;
  font-size: 20px;
  padding-left: 40px;
  line-height: 1.5;
  font-weight: 550;
}

.tzgg .cont ul li:hover .date_d .md {
  color: #fff;
}

.tzgg .cont ul li:hover .date_d .y {
  color: #fff;
}

.tzgg .cont ul li:hover .title {
  color: #fff;
}

.ztxc {
  width: 426px;
}

.ztxc .cont a {
  display: block;
  width: 100%;
  height: 170px;
}

.ztxc .cont a img {
  width: 100%;
  height: 100%;
}

.ztxc .cont a:nth-child(n+2) {
  margin-top: 14px;
}

.tzzt_rt {
  width: 320px;
  margin-top: 74px;
}

.tzzt_rt a {
  display: block;
  width: 100%;
  height: 167px;
}

.tzzt_rt a img {
  width: 100%;
  height: 100%;
}

.tzzt_rt a:nth-child(n+2) {
  margin-top: 17px;
}

.tzzt_rt a:nth-child(3) {
  margin-top: 19px;
}

.pphd {
  padding: 52px 0 75px 0;
}

.pphd .tit {
  display: flex;
  justify-content: center;
}

.pphd .tit img {
  width: 1400px;
  height: 85px;
}

.pphd .cont {
  margin-top: 52px;
  display: flex;
  justify-content: space-between;
}

.pphd .cont .lf {
  width: 596px;
  height: 435px;
}

.pphd .cont .rt {
  width: 748px;
}

.pphd .cont .rt .rt_t_1 {
  width: 100%;
  height: 216px;
  display: flex;
  justify-content: space-between;
}

.pphd .cont .rt .rt_t_1 .lf_img {
  width: 322px;
  height: 100%;
}

.pphd .cont .rt .rt_t_1 .lf_img img {
  width: 100%;
  height: 100%;
}

.pphd .cont .rt .rt_t_1 .rt_txt {
  width: 404px;
}

.pphd .cont .rt .rt_t_1 .rt_txt .title {
  display: block;
  font-size: 24px;
  color: #333;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pphd .cont .rt .rt_t_1 .rt_txt .line {
  width: 100%;
  height: 1px;
  background-color: #DEDEDE;
  margin: 10px 0;
}

.pphd .cont .rt .rt_t_1 .rt_txt .summary,
.pphd .cont .rt .rt_t_1 .rt_txt .xq {
  display: block;
  font-size: 16px;
  color: #a2a2a2;
  line-height: 1.5;
}

.pphd .cont .rt .rt_t_1 .rt_txt .summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pphd .cont .rt .rt_t_1 .rt_txt .xq {
  margin-top: 15px;
}

.pphd .cont .rt .newslist ul li {
  position: relative;
}

.pphd .cont .rt .newslist ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  background-color: #B1B1B1;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.pphd .cont .rt .newslist ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pphd .cont .rt .newslist ul li {
  width: 100%;
  height: 74px;
  /* line-height: 85px; */
  border-bottom: 1px solid #F3F3F3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 20px;
}

.pphd .cont .rt .newslist ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  background-color: #B1B1B1;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.pphd .cont .rt .newslist ul li a {
  font-size: 20px;
  color: #333;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pphd .cont .rt .newslist ul li a:hover {
  color: #d82430;
}

.pphd .cont .lf .item {
  width: 291px;
  height: 210px;
  float: left;
  cursor: pointer;
}

.pphd .cont .lf .item:nth-child(2n) {
  margin-left: 14px;
}

.pphd .cont .lf .item:nth-child(n+3) {
  margin-top: 13px;
}

.pphd .cont .lf .item img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.pphd .cont .lf .item img:nth-child(2) {
  display: none;
}

.wqfw {
  width: 100%;
  height: 871px;
  padding: 52px 0 95px 0;
  background: url(../img/wqfw_bg.png) no-repeat center;
  background-size: cover;
}

.wqfw_cont {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
}

.wqfw_cont .title {
  display: flex;
  justify-content: center;
}

.wqfw_cont .title img {
  width: 1400px;
  height: 85px;
}

.wqfw_cont .cont {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wqfw_cont .cont .item {
  width: 444px;
}

.wqfw_cont .cont .item .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.wqfw_cont .cont .item .tit span {
  font-size: 26px;
  color: #fff;
  position: relative;
}

.wqfw_cont .cont .item .tit span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.wqfw_cont .cont .item .tit .more {
  color: #fff;
}

.wqfw_cont .cont .item .content {
  margin-top: 30px;
}

.wqfw_cont .cont .item .content .foc_new {
  height: 300px;
  width: 100%;
  position: relative;
}

.wqfw_cont .cont .item .content .foc_new img {
  width: 100%;
  height: 100%;
}

.wqfw_cont .cont .item .content .foc_new p {
  position: absolute;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-indent: 10px;
  color: #fff;
  font-size: 16px;
  background: rgba(0, 0, 0, .42);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  bottom: 0;
}

.wqfw_cont .cont .item .content .list {
  margin-top: 10px;
  width: 100%;
  height: 254px;
  background: #fff;
  padding: 16px 30px 24px 12px;
}

.wqfw_cont .cont .item .content .list ul li {
  width: 100%;
}

.wqfw_cont .cont .item .content .list ul li a {
  font-size: 18px;
  color: #333;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 18px;
}

.wqfw_cont .cont .item .content .list ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 3px;
  position: absolute;
  background-color: #B3B1B1;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.wqfw_cont .cont .item .content .list ul li a:hover {
  color: #d82430;
}

.wqfw_cont .cont .item .content .list ul li .date {
  color: #acacac;
  font-size: 18px;
  display: block;
  padding-left: 18px;
  margin-top: 10px;
}

.wqfw_cont .cont .item .content .list ul li:nth-child(n+2) {
  margin-top: 28px;
}


.djzc {
  width: 100%;
  height: 661px;
  background: url(../img/djzc_bg.png) no-repeat center;
  background-size: cover;
  padding: 56px 0 72px 0;
}

.djzc_cont {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
}

.djzc_cont .title {
  display: flex;
  justify-content: center;
}

.djzc_cont .title img {
  width: 1400px;
  height: 85px;
}

.djzc_cont .content {
  width: 100%;
  margin-top: 32px;
}

.djzc_cont .content .tab-box1 {
  width: 100%;
}

.djzc_cont .content .tab-box1 .hd {
  display: flex;
  justify-content: center;
}

.djzc_cont .content .tab-box1 .hd ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.djzc_cont .content .tab-box1 .hd ul li {
  width: 164px;
  height: 46px;
  background-color: #c6c6c6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.djzc_cont .content .tab-box1 .hd ul li:nth-child(n+2) {
  margin-left: 40px;
}

.djzc_cont .content .tab-box1 .hd ul li.on {
  background-color: #d82430;
}

.djzc_cont .content .tab-box1 .hd ul li:hover {
  background-color: #d82430;
}

.djzc_cont .content .tab-box1 .hd ul li a {
  color: #fff;
  font-size: 24px;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.djzc_cont .content .tab-box1 .bd {
  margin-top: 38px;
}

.djzc_cont .content .tab-box1 .bd ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.djzc_cont .content .tab-box1 .bd ul .foc_new {
  width: 460px;
  height: 374px;
  position: relative;
}

.djzc_cont .content .tab-box1 .bd ul .foc_new img {
  width: 100%;
  height: 100%;
}

.djzc_cont .content .tab-box1 .bd ul .foc_new p {
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  text-indent: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url(../img/djzc_p_bg.png) no-repeat center;
  position: absolute;
  bottom: 0;
  color: #fff;
}

.djzc_cont .content .tab-box1 .bd ul .item_list {
  width: 458px;
}

.djzc_cont .content .tab-box1 .bd ul .item_list .item {
  width: 220px;
  height: 178px;
  float: left;
  padding: 32px 21px 22px 16px;
  position: relative;
}

.djzc_cont .content .tab-box1 .bd ul .item_list .item a {
  font-size: 20px;
  color: #fff;
  font-weight: 550;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}

.djzc_cont .content .tab-box1 .bd ul .item_list .item span.date {
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: 18px;
}

.djzc_cont .content .tab-box1 .bd ul .item_list .item:nth-child(1) {
  background-color: #EC8701;
}

.djzc_cont .content .tab-box1 .bd ul .item_list .item:nth-child(2) {
  background-color: #8FBE58;
}

.djzc_cont .content .tab-box1 .bd ul .item_list .item:nth-child(3) {
  background-color: #509DD5;
}

.djzc_cont .content .tab-box1 .bd ul .item_list .item:nth-child(4) {
  background-color: #D25887;
}

.djzc_cont .content .tab-box1 .bd ul .item_list .item:nth-child(2n) {
  margin-left: 18px;
}

.djzc_cont .content .tab-box1 .bd ul .item_list .item:nth-child(n+3) {
  margin-top: 17px;
}

.other_links {
  width: 100%;
  height: 265px;
  background: url(../img/links_bg.png) no-repeat center;
  background-size: cover;
  padding: 59px 0 59px 0;
}

.links_content {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
}

.links_content .lf {
  width: 824px;
}

.links_content .lf ul li {
  width: 264px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

.links_content .lf ul li a {
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.links_content .lf ul li:nth-child(1) {
  background-color: #C75A33;
}

.links_content .lf ul li:nth-child(2) {
  background-color: #69A684;
}

.links_content .lf ul li:nth-child(3) {
  background-color: #5D8AAB;
}

.links_content .lf ul li:nth-child(4) {
  background-color: #D68C41;
}

.links_content .lf ul li:nth-child(5) {
  background-color: #957FC0;
}

.links_content .lf ul li:nth-child(6) {
  background-color: #C14470;
}

.links_content .lf ul li:not(:nth-child(3n+1)) {
  margin-left: 16px;
}

.links_content .lf ul li:nth-child(n+4) {
  margin-top: 29px;
}

.links_content .lf {
  float: left;
}

.links_content .line {
  background-color: #893E43;
  width: 2px;
  height: 150px;
  margin-left: 36px;
  margin-right: 36px;
  float: left;
}

.links_content .rt {
  width: 502px;
  float: left;
}

.links_content .rt ul li {
  width: 244px;
  height: 56px;
  float: left;
}

.links_content .rt ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.links_content .rt ul li a img {
  width: 100%;
  height: 100%;
}

.links_content .rt ul li:nth-child(2n) {
  margin-left: 12px;
}

.links_content .rt ul li:nth-child(n+3) {
  margin-top: 30px;
}

/* 侧边栏 */
.cbl {
  position: absolute;
  right: -200px;
  top: 0;
  z-index: 998;
  /* transition: top 0.5s ease; */
}

.cbl .item {
  width: 95px;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 14px 24px 14px;
  background-color: #F8F8F8;
  border: 1px solid #ECECEC;
}

.cbl .item:nth-child(n+2) {
  margin-top: 8px;
}

.cbl .item a {
  width: 100%;
  height: 100%;
}

.cbl .item a img {
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 auto;
}

.cbl .item a span {
  display: block;
  font-size: 16px;
  color: #7d7d7d;
  margin-top: 12px;
}

.djzc_cont .title,
.wqfw_cont .title,
.pphd .tit {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {

  /* 样式适配小屏幕设备 */
  .cbl {
    display: none;
  }
}